home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu623.dms / pu623.adf / GuiArc / ArcTypes next >
Text File  |  1993-12-22  |  3KB  |  126 lines

  1. ; *******************************************************
  2. ; *                                                     *
  3. ; * Archive(r)s descriptions for GuiArc                 *
  4. ; *                                                     *
  5. ; * This file describes archivers, so they can be used  *
  6. ; * within GuiArc. If you want to add you favorit ar-   *
  7. ; * chiver, this is the right place to do. Read the     *
  8. ; * docs for the file format.                           *
  9. ; *                                                     *
  10. ; * GuiArc is (c) 1993 by K.P. van Beem                 *
  11. ; *                                                     *
  12. ; *******************************************************
  13.  
  14. ; WARNING!
  15. ;
  16. ; Do not add more %s symbols then permitted! That is, 1 for normal archivers
  17. ; to substitute the options string, and 2 for DMS, to substitute source
  18. ; and destenation. The usage of more %'s can even cause your system to crash!
  19.  
  20. ; Archive(r) description for Lha 1.42, to deal with the #?.lha and #?.lzh
  21. ; files. With this archiver, all options of GuiArc can be fully used,
  22. ; including options passing and 'entering' the archive.
  23. @LHA
  24. #?.(lha|lzh)#?
  25. lha %s x
  26. lha -2Y %s u
  27. lha -2Y %s m
  28. lha v
  29. lha t
  30. lha d
  31. lha v
  32. -1
  33. -1
  34. 44
  35. 0
  36.  
  37. ; Description for Zoo 2.1 Beta. Since this version of Zoo isn't able to
  38. ; redirect it's output (at least not on my system) it is not possible to
  39. ; enter zoo archives. Zoo also doesn't support the testing of archives.
  40. ; Option passing is not done.
  41. @ZOO
  42. #?.zoo
  43. zoo x
  44. zoo a
  45. zoo aM
  46. zoo l
  47. -
  48. zoo D
  49. -
  50. -1
  51. -1
  52. 46
  53. 0
  54.  
  55. ; Description for Arc 0.23. Entering of the archive is possible, option
  56. ; passing is not done. Note that arc is originally a SM-Dos application,
  57. ; and thus can't handle long file names and converts all names to upper
  58. ; case characters.  As far as I know, arc isn't able to store the paths.
  59. @ARC
  60. #?.arc
  61. arc x
  62. arc a
  63. arc m
  64. arc v
  65. arc t
  66. arc d
  67. arc l
  68. -1
  69. 2
  70. 1
  71. 12
  72.  
  73. ; Description for Ape 1.35. Ape isn't able to test your archive integrity.
  74. ; Entering the archive is possible. As far as I know, Ape is not able to
  75. ; store path-names.
  76. @APE
  77. #?.ape
  78. ape x
  79. ape u
  80. ape m
  81. ape v
  82. -
  83. ape d
  84. ape l
  85. -1
  86. 3
  87. 1
  88. 30
  89.  
  90. ; Description for UnArj 0.5. Note that this program ain't able to pack
  91. ; files. It only unpacks files created by IBM-compatible computers.
  92. ; UnArj ain't able to unpack single files. You have to unpack the complete
  93. ; file. Selecting files in the archive and unpacking them, won't work.
  94. @ARJ
  95. #?.arj
  96. unarj x
  97. -
  98. -
  99. unarj v
  100. unarj t
  101. -
  102. unarj l
  103. -1
  104. -1
  105. 42
  106. 0
  107.  
  108. ; Starting at version 1.22, GuiArc also supports some basics for DMS.
  109. ; A special piece of code is inserted, activated by the archiver-name "DMS".
  110. ; It supports 2 strings to be inserted.  Source and destanation.  Made with
  111. ; DMS 1.11. This entry is rather specific.  I think you better not change it,
  112. ; if not strictly neccesary...
  113. @DMS
  114. #?.DMS
  115. dms write "%s" TO "%s"
  116. dms read "%s" FROM "%s"
  117. -
  118. dms view "%s"
  119. dms test "%s"
  120. -
  121. -
  122. -
  123. -
  124. -
  125. -
  126.